home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000011_jaltman2@nyc.rr.com_Tue Apr 22 11:05:35 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  78 lines

  1. Article: 14227 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!news-west.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  3. Message-ID: <3EA555B8.9090601@nyc.rr.com>
  4. From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
  5. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
  6. X-Accept-Language: en-us, en
  7. MIME-Version: 1.0
  8. Newsgroups: comp.protocols.kermit.misc
  9. Subject: Re: ckermit on HPUX11.
  10. References: <c30aaa81.0304180518.3a35503b@posting.google.com> <b7ou88$dpq$1@hazelnut.cc.columbia.edu> <c30aaa81.0304220542.1af3b1ab@posting.google.com> <b83isu$fa4$1@watsol.cc.columbia.edu>
  11. In-Reply-To: <b83isu$fa4$1@watsol.cc.columbia.edu>
  12. Content-Type: text/plain; charset=us-ascii; format=flowed
  13. Content-Transfer-Encoding: 7bit
  14. Lines: 55
  15. Date: Tue, 22 Apr 2003 14:42:52 GMT
  16. NNTP-Posting-Host: 66.108.138.151
  17. X-Complaints-To: abuse@rr.com
  18. X-Trace: twister.nyc.rr.com 1051022572 66.108.138.151 (Tue, 22 Apr 2003 10:42:52 EDT)
  19. NNTP-Posting-Date: Tue, 22 Apr 2003 10:42:52 EDT
  20. Organization: Road Runner - NYC
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14227
  22.  
  23. There are two libraries:
  24.  
  25.    libssl.a
  26.    libcrypto.a
  27.  
  28. It sounds like you are failing to link to the libcrypto.a library.
  29.  
  30.  
  31.  
  32. Frank da Cruz wrote:
  33. > In article <c30aaa81.0304220542.1af3b1ab@posting.google.com>,
  34. > Eric <ericboniface@chez.com> wrote:
  35. > : fdc@hazelnut.cc.columbia.edu (Frank da Cruz) wrote
  36. > : in message news:<b7ou88$dpq$1@hazelnut.cc.columbia.edu>...
  37. > : > In article <c30aaa81.0304180518.3a35503b@posting.google.com>,
  38. > : > Eric <ericboniface@chez.com> wrote:
  39. > : > : I try to make c-kermit under HPUX11 with Openssl and I have the
  40. > : > : following message.
  41. > : > : Did someone succeed in making kermit on this system with SSL ? 
  42. > : > : 
  43. > : > Which version of C-Kermit are you trying to build?
  44. > : > The one you want is 8.0.209:
  45. > : > 
  46. > : >   http://www.columbia.edu/kermit/ckermit.html
  47. > : > 
  48. > : > Which makefile target did you use?  The one you want is hpux1100o+openssl.
  49. > : > It requires the ANSI C (unbundled) optimizing compiler.
  50. > : > 
  51. > : > - Frank
  52. > : I  am using the last C-Kermit version (8.0.209), with the right target
  53. > : (hpux1100o+openssl) and with the standard HPUX C compiler (that has an
  54. > : ANSI mode with -Aa flag).
  55. > : 
  56. > : Any idea ?
  57. > :
  58. > Messages such as these:
  59. >      COMP_CTX_new (first referenced in
  60. >   /home/tact/tmp/ebe/openssl/lib/libssl.a(s3_enc.o)) (code)
  61. >      HMAC_Init_ex (first referenced in
  62. >   /home/tact/tmp/ebe/openssl/lib/libssl.a(t1_enc.o)) (code)
  63. >      HMAC_CTX_cleanup (first referenced in
  64. >   /home/tact/tmp/ebe/openssl/lib/libssl.a(t1_enc.o)) (code)
  65. >      COMP_compress_block (first referenced in
  66. >   /home/tact/tmp/ebe/openssl/lib/libssl.a(s3_pkt.o)) (code)
  67. >      EVP_aes_192_cbc (first referenced in
  68. >   /home/tact/tmp/ebe/openssl/lib/libssl.a(ssl_algs.o)) (code)
  69. >      ...
  70. > suggest that something is awry with your OpenSSL library installation.
  71. > Elements within the library are referring to other elements within
  72. > the library that are not being found by the linker.
  73. > - Frank
  74.  
  75.